projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48bf63e
)
(Screen Lines) <compute-motion>: Correct order of elts in return value.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Jan 2003 08:00:28 +0000
(08:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Jan 2003 08:00:28 +0000
(08:00 +0000)
lispref/positions.texi
patch
|
blob
|
history
diff --git
a/lispref/positions.texi
b/lispref/positions.texi
index a997774275da9c760f77185b6e16b0c43eb0dd30..0bb3a0ce76f46b85193ec0f69bfadac526f31404 100644
(file)
--- a/
lispref/positions.texi
+++ b/
lispref/positions.texi
@@
-594,7
+594,7
@@
regardless of what buffer is displayed in @var{window}.
The return value is a list of five elements:
@example
-(@var{pos} @var{
vpos} @var{h
pos} @var{prevhpos} @var{contin})
+(@var{pos} @var{
hpos} @var{v
pos} @var{prevhpos} @var{contin})
@end example
@noindent